body
{
    margin: 45px;
    color: rgb(223, 223, 223);
    background-color: rgb(10, 10, 10);
	font-family:'Times New Roman', Times, serif;
	font-size: 18px;
}

/*navigation menue */

nav
{
	width: 100%;
	background-color: rgb(80, 61, 41);
	position : relative;
	top: 0;
    z-index: 9000;
}

nav > ul::after
{
	content: "";
	display: block;
	clear: both;
}

nav > ul
{
	margin: 0px;
	padding: 0px;
}

nav > ul > li
{
	float: left;
	position: relative;
}

nav li
{
	list-style-type: none;
}

nav > ul > li > a
{
	padding: 15px 25px;
	color: rgb(255, 255, 255);
}

nav > ul > li:hover a
{
	padding: 10px 25px 15px 25px;
}

nav a
{
	display: inline-block;
	text-decoration: none;	
	color: rgb(255, 255, 255)!important;
}

.menu:hover
{
	border-top: 5px solid rgb(239, 224, 186);
	background: rgb(169, 130, 82);
}

/*le reste */

.logo
{
	width: 35%;
	height: auto;
	display: block;
	margin: auto;
}

h3
{
	text-align: center;
	text-decoration: underline overline rgb(169, 130, 82);
}

iframe
{
	display: block;
	margin: auto;
}

.mainmenu
{
    display: flex;
    justify-content: space-around;
    border: rgb(80, 61, 41);
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgb(80, 61, 41);
    width: 400px;
    margin: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}

.plan
{
    width: 70%;
}

.tout
{
    font-size: 20px;
    text-align: center;
}

a
{
    color: rgb(184, 166, 123);
}

a:hover
{
    color: rgb(239, 224, 186);
}

a:visited
{
    color: rgb(122, 88, 49);
}

.synopsis
{
	display: flex;
	justify-content: space-around;
}

.synopsis > img
{
	width: 20%;
	height: auto;
	margin: auto;
	display: block;
}

.synopsis > p
{
	text-align: left;
}

.ama
{
    width: 70%;
}

.text
{
    text-align: left;
}

p
{
	margin-left: 10%;
	margin-right: 10%;
}

img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.conteneur
{
	display: flex;
	justify-content: space-around;
}

.content
{
	width: 40%;
}

.content > img
{
	height: 200px;
	width: auto;
	margin: auto;
	display: block;
}

.content > p
{
	text-align: center;
}

.footer
{
    text-align: right;
    font-size: 13px;
}

/*mr.herr*/

.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}